shadow: add a GtkShadow private type
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 19 May 2011 18:47:17 +0000 (14:47 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Fri, 20 May 2011 22:44:07 +0000 (18:44 -0400)
commitfcc78bedc88281ee2f489e352087c6602d687d12
tree839f461c7f3f7031601c471ea7dc00d4aa7acd66
parent8301b24ee5a112917874c989d4f67ced644a071e
shadow: add a GtkShadow private type

This will be used as a base both for parsing text-shadow and box-shadow
properties. The type is private, as there's no real use in exporting
this in a public API.

https://bugzilla.gnome.org/show_bug.cgi?id=649314
gtk/Makefile.am
gtk/gtkshadow.c [new file with mode: 0644]
gtk/gtkshadowprivate.h [new file with mode: 0644]